home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / osi / quipu / quipu-8.0-bugs.summary < prev    next >
Encoding:
Text File  |  1993-08-30  |  8.5 KB  |  275 lines

  1. ------------- Bug Report Reference quipu-8.0-001 ---- Date: Thu, 25 Jun 92 13:55:06 +0100
  2.  
  3. Subject: QUIPU-BUG
  4.  
  5. SYNOPSIS:    Does not bind to backup DSA.
  6.  
  7. DESCRIPTION:    If the main DSA is down, or otherwise unavailable, DE
  8. should attempt to connect to a backup DSA.   This is not happening.
  9.  
  10. ------------- Bug Report Reference quipu-8.0-002 ---- Date: Thu, 25 Jun 92 13:52:10 +0100
  11.  
  12. Subject: QUIPU-BUG
  13.  
  14. SYNOPSIS:    An incorrect filter is generated for some substring matches.
  15.  
  16. DESCRIPTION:
  17.         A filter of the form...
  18.  
  19. ------------- Bug Report Reference quipu-8.0-003 ---- Date: Wed, 08 Jul 92 10:26:18 +0100
  20.  
  21. Subject: QUIPU-BUG
  22.  
  23. SYNOPSIS:    EDB updates first time around get written to the wrong node.
  24.  
  25. DESCRIPTION:    When a new node is set up for replication, the EDB
  26.         file gets written to the wrong place, causing the DIT
  27.         to get corrupted when the DSA next restarts
  28.  
  29. ------------- Bug Report Reference quipu-8.0-004 ---- Date: Thu, 16 Jul 92 12:13:04 +0100
  30.  
  31. Subject: QUIPU-BUG
  32.  
  33. SYNOPSIS:    Core dumps if there is a "%" in the DSA name.
  34.  
  35. ------------- Bug Report Reference quipu-8.0-005 ---- Date: Wed, 22 Jul 92 08:04:00 +0100
  36.  
  37. Subject: QUIPU-BUG
  38.  
  39. SYNOPSIS:    Fax images have wrong bit ordering
  40.  
  41. DESCRIPTION:    The 1992 X.400 NIST implementors guide changed the bit
  42.         ordering of fax bit strings in the 1984 standard!
  43.         The decode process now recognises both bit orderings.
  44.  
  45. ------------- Bug Report Reference quipu-8.0-006 ---- Date: Wed, 22 Jul 92 08:06:34 +0100
  46.  
  47. Subject: QUIPU-BUG
  48.  
  49. SYNOPSIS:    Modifyrdn with ther delete option can break schema.
  50.  
  51. DESCRIPTION:    If you change the attribute type in a mod rdn
  52.         operation, and delete the old attribute, then the
  53.         schema can be broken.  This means the DSA will fail to
  54.         start on the next reboot.   Scheama ought to be
  55.         checked, and invaid modify rdn opertions rejected.
  56.  
  57. ------------- Bug Report Reference quipu-8.0-007 ---- Date: Wed, 22 Jul 92 08:09:51 +0100
  58.  
  59. Subject: QUIPU-BUG
  60.  
  61. SYNOPSIS:    Caching bug make XT-DUA looks as if it failes.
  62.  
  63. DESCRIPTION:    A bug in the QUIPU caching of the search operation
  64.         when specific atributes are requested, make QUIPU
  65.         believe it hold the entire entry (as per QUIPU-DSP
  66.         requirements).  This fix removes this assumption from
  67.         a DSA with the side effect that no results from search
  68.         operations are cached.
  69.  
  70. ------------- Bug Report Reference quipu-8.0-008 ---- Date: Wed, 22 Jul 92 08:17:06 +0100
  71.  
  72. Subject: QUIPU-BUG
  73.  
  74. SYNOPSIS:    Probel with first addentry operation if parent node not mastered
  75.  
  76. DESCRIPTION:    If a local DSA recieves an add entry operation to be
  77.         added to its own database, but it does not hold the
  78.         MASTER EDB of the parent node, then a DIT error is
  79.         returned.
  80.  
  81. ------------- Bug Report Reference quipu-8.0-009 ---- Date: Wed, 22 Jul 92 08:26:21 +0100
  82.  
  83. Subject: QUIPU-BUG
  84.  
  85. SYNOPSIS:    Fix isode-8-patches/10 stops all search result caching
  86.  
  87. DESCRIPTION:    Stoping search result caching is correct, as you can't
  88.         guarenttee you have all attributes.  However, there is
  89.         one case when you know this is true, so we can cache
  90.         in this case.
  91.  
  92. ------------- Bug Report Reference quipu-8.0-010 ---- Date: Wed, 22 Jul 92 09:26:27 +0100
  93.  
  94. Subject: QUIPU-BUG
  95.  
  96. SYNOPSIS:    A few OIDs are not freed in the DAP bind call
  97.  
  98. DESCRIPTION:    Causes a SMALL memory growth.
  99.  
  100. ------------- Bug Report Reference quipu-8.0-011 ---- Date: Tue, 28 Jul 92 14:03:27 +0100
  101.  
  102. Subject: QUIPU-BUG
  103.  
  104. SYNOPSIS:    Random core dumps during get_edb (initiator)
  105.  
  106. DESCRIPTION:    If a connection dies whilst the get_edb operation is
  107.         being process, dsa_wait() is called.  If this
  108.         connection happens to be the same as the connection
  109.         the get_edb op is comming in on, then sometimes there
  110.         will be a core dump (depends on how malloc/free are
  111.         doing!).  The quick fix (here) is to stop dsa_wait()
  112.         being called.   The better solution would be to inform
  113.         dsa_wait of the connetion we are using, and provide
  114.         the call backs to tidy up properly.  Too much work for
  115.         now, but will hav to do it if not calling dsa_wait()
  116.         prooves to be a problem - it will cause the DSA to
  117.         block for a few moments longer during an update, but
  118.         its difficult to predict if this will be too long to
  119.         cause time out problems.
  120.  
  121. ------------- Bug Report Reference quipu-8.0-012 ---- Date: Wed, 29 Jul 92 15:16:24 +0100
  122.  
  123. Subject: QUIPU-BUG
  124.  
  125. SYNOPSIS:    Schema errors with modify RDN
  126.     
  127. DESCRIPTION:    Previous fix fixed the DAP error message, but got the
  128.         DSA internals in a mess.  This fix sorts it out.
  129.         There is a worse problem however (not fixed).  When
  130.         doing a modify rdn -delete,  the whole attribute is
  131.         removed, not just the deleted value.  
  132.  
  133. ------------- Bug Report Reference quipu-8.0-013 ---- Date: Thu, 30 Jul 92 12:46:04 +0100
  134.  
  135. Subject: QUIPU-BUG
  136.  
  137. SYNOPSIS:    Can't do add entry from non-QUIPU DUA
  138.  
  139. DESCRIPTION:    QUIPU assumes quipu object is prsent.
  140.         Solution: If not there -> add it.
  141.  
  142. ------------- Bug Report Reference quipu-8.0-014 ---- Date: Tue, 11 Aug 92 09:13:33 +0100
  143.  
  144. Subject: QUIPU-BUG
  145.  
  146. SYNOPSIS:    Attribute values HIDDEN when modifying
  147.  
  148. DESCRIPTION:    If you try to modify an entry, all entries (with the exception
  149.         of CommonName and userPassword) are shown as HIDDEN.
  150.  
  151. ------------- Bug Report Reference quipu-8.0-015 ---- Date: Tue, 11 Aug 92 14:26:14 +0100
  152.  
  153. Subject: QUIPU-BUG
  154.  
  155. SYNOPSIS:    Fixes for PPMS
  156.  
  157. DESCRIPTION:    Three fixes requested by Graeme for PPMS.
  158.         1) str2AttrV_aux fails on file syntaxes
  159.         2) need to use ps_get_abs rather than pe_len on
  160.            storage of file attributes
  161.         3) Optimise reading of hex files by not using scanf()
  162.  
  163. ------------- Bug Report Reference quipu-8.0-016 ---- Date: Tue, 01 Sep 92 16:03:19 +0100
  164.  
  165. Subject: QUIPU-BUG
  166.  
  167. SYNOPSIS:    Using the DSAP API it is possible to add an attribute
  168.         without a value -> protocol violation.
  169.  
  170. ------------- Bug Report Reference quipu-8.0-017 ---- Date: Thu, 17 Sep 92 14:53:07 +0100
  171.  
  172. Subject: QUIPU-BUG
  173.  
  174. SYNOPSIS:    Large memory growth after a number of days running
  175.  
  176. DESCRIPTION:    Seems to be link to getEDB operations.  This patch
  177.         seems to fix things, but it is not clear what the
  178.         performance implications are.
  179.  
  180. ------------- Bug Report Reference quipu-8.0-018 ---- Date: Fri, 28 Aug 92 08:33:45 +0100
  181.  
  182. Subject: QUIPU-BUG
  183.  
  184. SYNOPSIS:    DISH reports "problem with DSA" on some modify operations
  185.  
  186. DESCRIPTION:    
  187.  
  188. ------------- Bug Report Reference quipu-8.0-019 ---- Date: Thu, 24 Sep 92 11:12:17 +0100
  189.  
  190. Subject: QUIPU-BUG
  191.  
  192. SYNOPSIS:    Interworking problem with chaining time limits
  193.  
  194. DESCRIPTION:    Core dumps if time limit is incorrectly formatted
  195.  
  196. ------------- Bug Report Reference quipu-8.0-020 ---- Date: Mon, 12 Oct 92 13:29:04 +0100
  197.  
  198. Subject: QUIPU-BUG
  199.  
  200. SYNOPSIS:    get EMSGSIZE logged when sending > 1Mbytes over an
  201.         X.25 link
  202.  
  203. DESCRIPTION:    Had much discussion with SUn.  Eventually they came up
  204.         with an ioctl hack solution that seems to work if the
  205.         wind is blowing in the right direction.
  206.  
  207. ------------- Bug Report Reference quipu-8.0-021 ---- Date: Tue, 13 Oct 92 16:33:48 +0100
  208.  
  209. Subject: QUIPU-BUG
  210.  
  211. SYNOPSIS:    Problem quoting non-printable characters
  212.  
  213. ------------- Bug Report Reference quipu-8.0-022 ---- Date: Fri, 20 Nov 92 12:45:28 +0000
  214.  
  215. Subject: QUIPU-BUG
  216.  
  217. SYNOPSIS:    Core dumps on modify, if object class acl protected.
  218.  
  219. ------------- Bug Report Reference quipu-8.0-023 ---- Date: Tue, 01 Dec 92 13:22:41 +0000
  220.  
  221. Subject: QUIPU-BUG
  222.  
  223. SYNOPSIS:    Core dumps after a period of interworking with Siemens
  224.  
  225. DESCRIPTION:    Caused by a memory problem in attribute value decoding.
  226.         QUIPU did not chain the error structure through correctly.
  227.  
  228. ------------- Bug Report Reference quipu-8.0-024 ---- Date: Tue, 08 Dec 92 09:56:56 +0000
  229.  
  230. Subject: QUIPU-BUG
  231.  
  232. SYNOPSIS:    Does not release connection if error in results.
  233.  
  234. DESCRIPTION:    
  235.  
  236. ------------- Bug Report Reference quipu-8.0-025 ---- Date: Tue, 08 Dec 92 09:58:50 +0000
  237.  
  238. Subject: QUIPU-BUG
  239.  
  240. SYNOPSIS:    dies if multiple errors returned.
  241.  
  242. DESCRIPTION:    caused by pizarro
  243.  
  244. ------------- Bug Report Reference quipu-8.0-026 ---- Date: Tue, 05 Jan 93 13:03:24 +0000
  245.  
  246. Subject: QUIPU-BUG
  247.  
  248. SYNOPSIS:    Can lose an X.25 file descriptor in some cases.
  249.  
  250. ------------- Bug Report Reference quipu-8.0-027 ---- Date: Fri, 29 Jan 1993 14:53:22 +0000
  251.  
  252. Subject: QUIPU-BUG
  253.  
  254. SYNOPSIS:    Fixes most of the memory leaks, plus other misc fixes
  255.  
  256. DESCRIPTION:    NOT RELEASED IN SOURCE FORM - AVAILABLE AS PART OF XT-QUIPU
  257.  
  258. ------------- Bug Report Reference quipu-8.0-035 ---- Date: Thu, 18 Mar 1993 16:50:07 +0000
  259.  
  260. Subject: QUIPU-BUG
  261.  
  262. SYNOPSIS:    T.61 string in postal address not handled correctly.
  263.  
  264. ------------- Bug Report Reference quipu-8.0-036 ---- Date: Tue, 23 Mar 1993 11:42:05 +0000
  265.  
  266. Subject: QUIPU-BUG
  267.  
  268. SYNOPSIS:    Fix for DSA console
  269.  
  270. ------------- Bug Report Reference quipu-8.0-039 ---- 
  271.  
  272. SYNOPSIS:       Prints "Updating something which does not exist" when
  273.                 cache times out
  274.  
  275.